/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline8.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#pro_linedrop {
	height:35px;
	width:650px;
	padding: 0;
	margin:0;
	position:relative;
	left: 355px;
	top:33px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	z-index:500;
}

#pro_linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
}

#pro_linedrop li {
float:left;

}

#pro_linedrop .select a {
display:block; 
height:21px;
width:90px;
margin-left:5px;
margin-right:5px;
float:left; 
text-decoration:none; 
white-space:nowrap; 
}

a:focus {
	outline:none;
}


#pro_linedrop b {position:absolute; left:-9999px;}

#pro_linedrop .select a.home {background:url(../images/home.png) no-repeat left top;}
#pro_linedrop .select a.golf {background:url(../images/golf.png) no-repeat left top;}
#pro_linedrop .select a.facilities {background:url(../images/facilities.png) no-repeat left top;}
#pro_linedrop .select a.visitors {background:url(../images/visitors.png) no-repeat left top;}
#pro_linedrop .select a.members {background:url(../images/members1.png) no-repeat left top;}
#pro_linedrop .select a.contact {background:url(../images/contact.png) no-repeat left top;}

#pro_linedrop .select a:hover, 
#pro_linedrop .select li:hover a {
background-position: left bottom; 
cursor:pointer; 
}
#pro_linedrop .sub {
display:none;
}
#pro_linedrop ul ul {display:none;}

/* IE6 only */
#pro_linedrop table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

#pro_linedrop .sub {
margin:0; 
padding:0;
list-style:none;
background:transparent url(icons/trans.gif);
}

#pro_linedrop .sub li { background:transparent; height:21px; line-height:35px}
#pro_linedrop .sub li.item {font-weight:bold; color:#fff; padding-left:0px;}

#pro_linedrop .select :hover .sub {
height:35px;
display:block; 
position:absolute;
float:left;
width:500px;
top:21px; 
left:15px; 
text-align:center;
}

#pro_linedrop .select :hover .sub li a 
{width:auto; margin:0px 10px 0px 10px; display:block; height:35px; line-height:35px;  white-space:nowrap; color:#fff; font-size:12px;}

#pro_linedrop .select :hover .sub li a:hover
{color:#09C; line-height:35px;}
